Skip to main content

FindArgMin

FindArgMin[f,x] gives the position xmin of a local minimum of f.

FindArgMin[f,{x,x0}] gives the position xmin of a local minimum of f, found by a search starting from the point x=x0.

FindArgMin[f,{{x,x0},{y,y0},…}] gives the position {xmin,ymin,…} of a local minimum of a function of several variables.

FindArgMin[{f,cons},{{x,x0},{y,y0},…}] gives the position of a local minimum subject to the constraints cons.

FindArgMin[{f,cons},{x,y,…}] starts from a point within the region defined by the constraints.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.